Buyout

objects.Buyout()

The expected variables and data types of the “buyout” impact measure.

Attributes

name : str

Name of the measure.

description : str, default ""

Description of the measure.

type : MeasureType, default MeasureType.buyout_properties

Type of measure.

selection_type : SelectionType

Type of selection. Should be “polygon” or “aggregation_area”.

polygon_file : (str, Optional)

Path to a polygon file, either absolute or relative to the measure path.

aggregation_area_type : (str, Optional)

Type of aggregation area. Should be “aggregation_area” or “all”.

aggregation_area_name : (str, Optional)

Name of the aggregation area.

property_type : str

Type of property. Should be “residential” or “commercial”.

elevation : UnitfulLengthRefValue

Elevation of the properties.

Back to top